@charset "utf-8";


/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/

/* OTHER IMPORTED CSS */
@import "font-awesome.min.css";
@import "icofont.css";
@import "flaticon.css";
@import "animations.css";
@import "animate.min.css";
@import "VideoPopUp.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.css";
@import "lightbox.min.css";


/*****=====*****=====*****=====*****=====
    02. General CSS 
=====*****=====*****=====*****=====*****/

body {
    background: #ffffff;
  /*  font-family:  sans-serif;*/
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5em;
    color: #4c4c4c;
    position: relative;
    overflow-x: hidden;
}
/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
   
    color: #0a131e;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    
}

h6 {
    margin: 8px 0;
    font-size: 1.2em;
    font-weight: 600;
}
.about-section.about-two-section li {
    padding-top: 2px;
	list-style-type: circle;
}
p {
    margin: 0;
    padding: 0;
	margin-bottom: 10px;

}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* Form CSS */

.form-control {
    resize: none;
    height: 35px;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #a2a2a2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* Placeholder Color CSS */
::-webkit-input-placeholder {
    color: #999999 !important;
}
::-moz-placeholder {
    color: #999999 !important;
}
:-ms-input-placeholder {
    color: #999999 !important;
}
:-moz-placeholder {
    color: #999999 !important;
}

/* BUtton CSS */
.my-btn {
    background: #ecbc50;
    color: #ffffff;
    font-size: 12pt;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    border: none !important;
    clear: both;
   /* text-transform: uppercase;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	margin-top: 20px;
}
.my-btn:hover {
    color: #ffffff;
    background: #CEAA5A;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}





/* Background Over Layer CSS */
.overlay-black {
    position: relative;
}
.overlay-black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 33, 71, 0.8);
}
.overlay-white {
    position: relative;
}
.overlay-white:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Default Title CSS */
.section-title {
    margin-bottom: 40px;
    text-align: center;
}
.section-title .title-style {
    position: relative;
    display: inline-block;
}
.section-title .title-style h2 {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 0;
}
.title-icon {
    width: 80px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
}
.title-icon:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #ecbc50;
    position: absolute;
    top: 18px;
    left: -90px;
}
.title-icon:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #ecbc50;
    position: absolute;
    top: 18px;
    right: -90px;
}
.title-icon i {
    color: #ecbc50;
    font-size: 40px;
}
.section-title p {
    font-weight: bold;
    margin-top: 20px;
	text-align: center;
}



/* Preloader CSS */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/preloder.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* Scrollup CSS */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    display: none;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    background-color: #ecbc50;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
	padding: 8px;
}
.scrollup:hover {
    color: #111111;
}

/* Pagination CSS Start */
.page-pagination {
    text-align: center;
}
.page-pagination .pagination {
    margin: 30px 0 30px;
}
.page-pagination .pagination>li>a, 
.page-pagination .pagination>li>span {
    background: transparent;
    color: #ecbc50;
}
.page-pagination .pagination>li>a:hover {
    color: #ffffff;
    background: #ecbc50;
}
.page-pagination-left {
    text-align: left;
}
.page-pagination-right {
    text-align: right;
}

/*--------------------------------
    03. Header CSS Start
----------------------------------*/
.main-herader {
    position: relative;
    background: #ffffff;
}

/* Header Top CSS Start */
.header-topbar {
    background: #ecbc50;
}
.header-topbar-col {
    padding: 10px 0;
}
.header-topbar-col ul li {
    float: right;
    margin-right: 20px;
}
.header-topbar-col ul li p {
    color: #ffffff;
    margin-top: 4px;
}
.header-topbar-col ul li p i {
    margin-right: 5px;
    color: #ffffff;
}
.header-topbar-col p a {
    color: #ffffff;
}

.social-link-group a {
    margin-left: 12px;
}
.social-link-group a i {
    color: #ffffff;
}

/* Navbar CSS start */
.main-herader .navbar-brand img {
/*    width: 220px;
height: 80px;*/
width: 400px;
}
.main-herader .navbar-expand-md .navbar-nav .nav-link {
    color: #333333;
   /* text-transform: uppercase;*/
    margin-left: 3px;
    padding: 25px 10px;
   /* font-family: "OpenSans-Semibold",Arial,Helvetica,sans-serif;*/

}
.main-herader .dropdown-menu {
    padding: 0;
    border-radius: 0;
    top: 100%;
    margin-top: -1px;
    width: fit-content;
    border-top: 3px solid #ecbc50;
}
.main-herader .dropdown-menu .dropdown-item {
    padding: 10px 15px;
	font-size: 0.9em;
   /* text-transform: uppercase;*/
}
.main-herader .dropdown-menu .dropdown-item:hover {
    color: #b38725;
    padding-left: 20px;
}
.navbar-nav .dropdown-menu.show {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}
.dropdown-item.active, 
.dropdown-item:active {
    background: transparent;
}
.main-herader .navbar {
    padding: 0;
}




/* NavBar Fixed CSS */
.nav {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-herader .nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0, 33, 71, 0.8);
    border-bottom: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar.navbar-expand-md.nav.navbar-dark.sticky {
    top: 22px;
}

/* main-herader-two */
.main-herader-two {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: transparent;
	
}
.main-herader-two .header-topbar {
    background: #223053;
    border-bottom: 1px solid rgb(146, 142, 142);
}
.main-herader-two .navbar-expand-md .navbar-nav .nav-link {
    color: #ffffff;
	font-size: 1.15em;
}
.main-herader-two .navbar-expand-md.nav.sticky .nav-link {
    color: #fff;
}


/*--------------------------------
    04. Slider CSS Start
----------------------------------*/
.main-slider-area {
}
.slide {
  list-style-type: none;
  padding: 0;
}

.slide__item {
  height: 80vh;
}

.slide__item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(8, 17, 38, 0.65);
}
.item-bg-1 {
    background: url(../images/slider/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.item-bg-2 {
    background: url(../images/slider/2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.item-bg-3 {
    background: url(../images/slider/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}
.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 70%;
}

.slide-caption__title {
  font-size: 2.2em;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.slide-caption__title:after{
  content: '';
  width: 20%;
  border-bottom: 1px solid #ecbc50;
  display: block;
  margin: 5px auto;
  padding-top: 10px;
}
.slide-caption__desc {
    font-size: 2.2em;
    /*font-style: italic;
	letter-spacing: 5px;*/
    color: #ecbc50;
	background-color:none;
    margin-bottom: 60px;
	font-weight: 600;
line-height: 1.2em;
text-align: center;
}
.slide-caption .btn {
/*    border: 2px solid #ecbc50;
    color: #ffffff;
    background: #ecbc50;
    padding: 10px 25px;
	*/
border: 2px solid #f4c964;
color: #223053;
background: #d7a93f ;
padding: 10px 25px;
}
.slide-caption .btn:hover {
    color: #223053;
    background: #ecbc50;
}
.owl-item.active .slide-caption__title{
  animation: 1s 1s fadeInUp both;
}

.owl-item.active .slide-caption__desc{
  animation: 1s 1.5s fadeInUp both;
}

.owl-item.active .btn {
  animation: 1s 2s fadeInUp both;
}
.main-slider-area .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}

.main-slider-area .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.main-slider-area .owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    color: #ffffff;
}
.main-slider-area .owl-theme .owl-nav [class*='owl-']:hover{ 
    background: #ecbc50;
}
/* Slider Two */
.main-slider-area-two {
    
}
.main-slider-area-two .slide__item {
    height: 100vh;
}


/*--------------------------------
    05. Features CSS Start
----------------------------------*/
.features-area {
    padding: 100px 0 70px;
    overflow: hidden;
	
}
.features-col {
    margin-bottom: 30px;
}
.features-img {
    position: relative;
}
.over-shadow {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.features-col:hover .over-shadow {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.features-col h4 {
    margin-top: 20px;
	color: #c89b36;
	font-size: 1.15em;
}


/*--------------------------------
    06. About CSS Start
----------------------------------*/
.about-section {
    padding: 60px 0 30px 70px;
    overflow: hidden;
}
.about-col {
    
}
.about-col h2 {
    font-size: 32px;
    margin-bottom: 5px;
}
.about-col h5 {
font-size: 19px;
color: #cb9b30;
margin-bottom: 20px;

font-weight: 700;
margin-top: 12px;
}
.para-space {
    margin-bottom: 30px;
}
.about-item {
    position: relative;
    padding-right: 70px;
    margin-bottom: 30px;
	
}
.about-item i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 35px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    background: #ecbc50;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.about-item:hover i {
    
}
.about-item h4 {
    margin-bottom: 0;
	font-size: 1.4em;
}
/***************/

.about-item2 {
    position: relative;
    padding-right: 70px;
    margin-bottom: 30px;
	
}
.about-item2 i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 65px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    background: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.about-item2:hover i {
    
}
.about-item2 h4 {
    margin-bottom: 20px;
	font-size: 1.6em;
	color: #fff;
	text-transform: none;
}
.about-item2 p {color: #fff;}

/***********************************/


/* About Two CSS Start */
.about-two-section {
    padding: 60px 0 70px;
	min-height: 565px;
}
.about-two-section .about-col {
    margin-bottom: 30px;
}
.about-two-section .about-img {
    margin-bottom: 30px;
}
.about-box {
    margin-bottom: 30px;
    /*background: #ecbc50;*/
    padding: 20px;
    position: relative;
}
.about-box h2 {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 0;
    opacity: 0.2;
    font-size: 85px;
}
.about-box h4 {
    color: #ffffff;
}
.about-box p {
    color: #ffffff;
}


/*--------------------------------
    07. Video CSS Start
----------------------------------*/
.video-section {
    padding: 100px 0;
    background: url(../images/bg/1.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.video-col {
    text-align: center;
}
.video-col h2 {
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.video-col i {
    color: #C9CFD8;
    font-size: 100px;
}

/*--------------------------------
    08. Course CSS Start
----------------------------------*/
.course-area {
    padding: 100px 0 50px;
	background-color: #f3f3f3;
}
.course-col {
    margin-bottom: 50px;
}
.course-image {
    position: relative;
}
.course-col:hover .over-shadow {
    opacity: 1;
} 
.course-cost {
    position: absolute;
    left: -12px;
    top: 20px;
    z-index: 99;
    padding: 5px 20px;
    background: #ecbc50;
}
.course-cost h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 18px;
}
.course-cost:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    border-top: 8px solid #ecbc50;
    border-left: 12px solid transparent;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
}
.course-item h4 {
    margin-top: 20px;
	text-transform: none;
	font-size: 1.1em;
}
.course-item h4 a {
    color: #111111;
}
.course-item p {
    margin-bottom: 20px;
}

/* Course Single CSS Start */
.course-single-area {
    padding: 100px 0 70px;
}
.course-single-col {
    margin-bottom: 30px;
}
.course-single-col h2 {
    margin-top: 20px;
}
.course-features {
    margin-top: 50px;
}
.course-features h3 {
    margin-bottom: 20px;
}
.course-features ul {
    border: 1px solid #dddddd;
}
.course-features ul li {
    border-bottom: 1px solid #dddddd;
    padding: 10px 15px;
}
.course-features .btn {
    text-transform: uppercase;
    border-radius: 0;
    background: #ecbc50;
    border: none;
    cursor: pointer;
}
.course-features .btn:hover {
    background: #232323;
}
.commment-field {
    margin-top: 50px;
}
.commment-field h4 {
    font-size: 22px;
    margin-bottom: 30px;
}
.commment-field h4 a {
    color: #ecbc50;
}
.blog-commment-item {
    position: relative;
    padding-left: 90px;
    margin-bottom: 50px;
}
.blog-commment-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.blog-commment-item h4 {
    margin-bottom: 10px;
}
.blog-commment-item i {
    color: #ecbc50;
}
.middele-comment {
    margin-left: 60px;
}
.form-field {
    margin-top: 50px;
}
textarea {
    height: 100% !important;
}

/* Sidebar CSS */
.sidebar-col {
    margin-bottom: 30px;
}
.sidebar-search-box {
    margin-bottom: 50px;
}
.sidebar-search-box .input-group .form-control {
    height: 45px;
    border-color: #ecbc50;
}
.sidebar-search-box .input-group-btn .btn {
    height: 45px;
    width: 60px;
    background: #ecbc50;
}
.sidebar-search-box .input-group-btn .btn i {
    font-size: 22px;
    color: #ffffff;
}
.categories {
    margin-bottom: 50px;
}
.sidebar-title h3 {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.categories ul li {
    margin-bottom: 10px;
}
.categories ul li a {
    color: #111111;
    text-transform: capitalize;
}
.categories ul li a:hover {
    color: #ecbc50;
}
.sidebar-post {
    margin-bottom: 50px;
}
.sidebar-post ul li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
}
.sidebar-post ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}
.sidebar-post ul li h4 {
    margin-bottom: 0;
    font-size: 22px;
}
.sidebar-post ul li h4 a {
    color: #ecbc50;
}
.sidebar-tags {
    margin-bottom: 0;
}
.sidebar-tags ul li {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    margin-right: 5px;
    display: inline-block;
}
.sidebar-tags ul li a {
    padding: 10px 20px;
    color: #ffffff;
    background: #111111;
    text-transform: uppercase;
}
.sidebar-tags ul li a:hover {
    background: #ecbc50;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
  


/*--------------------------------
    09. Counter CSS Start
----------------------------------*/
.counter-section {
    padding: 100px 0 50px;
    background: url(../images/bg/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.counter-col {
    margin-bottom: 50px;
    text-align: center;
}
.counter-col i {
    font-size: 40px;
    color: #ecbc50;
	position: absolute;
    left: 0;
    top: 10px;
    font-size: 4em;

}
.counter-col p {
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    /*letter-spacing: 1px;*/
}
.counter-col .counter div {
    color: #ffffff;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
	font-weight: 600;
}


/*--------------------------------
    10. Teachers CSS Start
----------------------------------*/
.teachers-area {
    padding: 100px 0 70px;
}
.teachers-col {
    margin-bottom: 30px;
    text-align: center;
}
.teachers-col .teacher-img {
    position: relative;
}
.teachers-col .teacher-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.teachers-col:hover .teacher-img:before {
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.social-group {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.teachers-col:hover .social-group {
    opacity: 1;
    top: 50%;
    margin-top: -15px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.social-group ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.social-group ul li i {
    font-size: 30px;
    color: #ecbc50;
}
.teachers-col h4 {
    margin-bottom: 0;
    padding: 20px 10px;
    background: #f5f5f5;
}
.teachers-col h4 a {
    color: #111111;
}
.teachers-col h4 a:hover {
    color: #ecbc50;
}
.teacher-img a .link {
    background: #ecbc50;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: 20px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.teachers-col:hover a .link {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

/* Teacher Single CSS Start */
.teacher-single-area {
    padding: 100px 0 70px;
}
.teacher-single-col {
    margin-bottom: 30px;
}
.teacher-biography {
    border: 1px solid #dddddd;
}
.teacher-biography ul li {
    text-transform: capitalize;
    border-bottom: 1px solid #dddddd;
    padding: 15px 20px;
}
.teacher-biography ul li strong {
    margin-right: 10px;
}
.teacher-biography ul li i {
    color: #ecbc50;
}
.teacher-biography ul li a i {
    margin-right: 5px;
    color: #595959;
}
.teacher-biography ul li a i:hover {
    color: #ecbc50;
}
.teacher-biography p {
    background: #dddddd;
    padding: 20px 20px;
}





/*--------------------------------
    11. Separator CSS Start
----------------------------------*/
.separator-section {
    padding: 60px 0 0px;
    background-image: url(../images/bg/3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.separator-col {
    
}
.separator-col img {
    width: 450px;
    height: auto;
    /*margin-top: -160px;
	margin-bottom: -70px;*/
}
.separator-col h4 {
    color: #ffffff;
    margin-bottom: 20px;
	direction: rtl;
}
.separator-col .custom-select {
    width: 100%;
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
    height: 45px;
}
/*.separator-col .form-control {
    border: none;
    background: #111111;
    color: #ffffff;
}*/




/*--------------------------------
    12. Portfolio CSS Start
----------------------------------*/
.portfolio-section {
    padding: 100px 0 5px 0;
    overflow-x: hidden;
}
.portfolio-nav {
    float: none;
    text-align: center;
    margin-bottom: 30px;
}
.filtr-container {
    
}
.portfolio-nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: capitalize;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-nav li:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.filtr-item {
    width: 33.25%;
    padding: 0;
}
.padd0 {
    padding: 0;
}

/* Image Hover */
.img-hover-item {
    position: relative;
    overflow: hidden;
}
.hover-item-info {
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    padding: 20px 20px;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.img-hover-item:hover .hover-item-info {
    opacity: 1;
    bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.img-hover-item img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.img-hover-item:hover img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hover-item-info h3 {
    margin-bottom: 0;
}
.hover-item-info h3 a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 0;
}
.hover-item-info h3 a:hover {
    color: #ecbc50;
}
.img-hover-item i {
    font-size: 30px;
    color: #C2A562;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -15px;
    background: #ffffff;
    padding: 5px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.img-hover-item:hover i {
    top: 50%;
    margin-top: -30px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Gallery Single CSS Start */
.gallery-single-area {
    padding: 100px 0;
}
.gallery-single-area h3 {
    margin-top: 30px;
}
.gallery-single-info {
    padding: 20px 20px;
    background: #f5f5f5;
    margin-top: 50px;
}
.info-col {
    border-right: 1px solid #999999;
}
.info-col p {
    text-transform: capitalize;
    font-weight: 600;
}
.info-col p span {
    color: #ecbc50;
}




/*--------------------------------
    13. Testimonial CSS Start
----------------------------------*/
.testimonial-section {
    padding: 100px 0;
    background: url(../images/bg/2.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.test-item {
    padding: 30px 30px;
    background: rgba(0, 33, 71, 0.8);
	direction: rtl;
}
.test-image {
    position: relative;
    padding-right: 100px;
    margin-bottom: 30px;
}
.test-item img {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px !important;
    height: 80px !important;
    -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%; 
}
.test-item h4 {
    color: #ffffff;
    margin-bottom: 0;
    padding-top: 10px;
}
.test-item span {
    font-size: 13px;
    color: #ecbc50;
}
.test-item p {
    color: #ffffff;
    margin-top: 10px;
}
.testimonial-col .owl-theme .owl-nav {
    margin-top: 30px;
}
.testimonial-col .owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0;
    margin-top: 0;
}
.testimonial-col .owl-theme .owl-dots .owl-dot.active span, 
.testimonial-col .owl-theme .owl-dots .owl-dot:hover span {
    background: #ecbc50;
}

.testimonial-section h2 {color:#fff;}




/*--------------------------------
    14. Blog CSS Start
----------------------------------*/
.blog-section {
    padding: 100px 0 70px;
}
.blog-col {
    margin-bottom: 30px;
    position: relative;
}
.blog-img {
    position: relative;
    overflow: hidden;
}
.blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .blog-img img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2); 
    transform: scale(1.2); 
}
.overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-col:hover .overlay:before {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    padding: 10px 20px;
    background: #ecbc50;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-date:after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 40px solid #ecbc50;
    border-top: 43px solid transparent;
}
.post-date h3 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}
.blog-col h4 {
    margin-bottom: 15px;
	margin-top: 30px;
	font-size: 1.2em;
text-align:left;
}
.blog-col h4 a {
    color: #c59c40;
}
.blog-col h4 a:hover {
    color: #ecbc50;
}
.info-bar {
    background: #ecbc50;
    margin-bottom: 20px;
    padding: 10px 15px 10px 15px;
}
.info-bar ul li {
    float: left;
    margin-right: 15px;
}
.info-bar ul li i {
    margin-right: 5px;
    color: #ffffff;
}
.info-bar ul li a {
    color: #ffffff;
}
.blog-col .embed-responsive {
    margin-bottom: 20px;
}


/* Blog Single CSS Start */
.blog-single-field {
    padding: 60px 0 70px;
}
.blog-single-col {
    margin-bottom: 30px;
}
.blog-single-col h2 {
    margin: 20px 0;
}




/*--------------------------------
    15. Subscribe CSS Start
----------------------------------*/
.subscribe-area {
    background: #C2A562;
    padding: 50px 0;
}
.subscribe-col {
    width: 80%; 
    margin: auto;
}
.subscribe-col h3 {
    margin-bottom: 20px;
    color: #ffffff;
}
.subscribe-col .form-control {
    margin-bottom: 0;
    height: 45px;
    border: none;
}
.subscribe-col .form-control+.input-group-addon:not(:first-child) {
    height: 45px;
    border-radius: 0;
    margin-left: -1px;
    border: none;
    text-transform: uppercase;
}
.subscribe-col .form-inline {
    margin: auto;
}




/*--------------------------------
    16. Defult Page Title CSS Start
----------------------------------*/
.defult-page-title {
    padding: 130px 0 20px 0;
    text-align: center;
    background: url(../images/bg/5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-box {
    text-align: left;
}
.page-title-box h2 {
    font-size: 35px;
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
}
.page-title-box h2 span {
    color: #ecbc50;
}
.page-title-box h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 3px;
    background: #ecbc50;
}
.page-title-box p {
    color: #ffffff;
    text-transform: uppercase;
}
.page-title-box p a {
    color: #ffffff;
}
.page-title-box p a:hover {
    color: #ecbc50;
}

/* Pagination CSS*/
.my-pagination {
    margin-bottom: 30px;
}
.my-pagination .pagination {
    margin-bottom: 30px;
}
.my-pagination .page-link {
    color: #ecbc50;
    border-color: #ecbc50;
}


/* History CSS Start */
.history-section {
    padding: 100px 0;
}
.history-item {
    text-align: center;
}
.history-img {
    position: relative;
}
.history-img h3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: #ecbc50;
    padding: 5px 20px;
    font-size: 18px;
    color: #ffffff;
}
.history-item h4 {
    margin-top: 20px;
    font-size: 18px;
}
.history-section .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.history-section .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
    font-size: 25px;
    background: #551FC0;
    width: 35px;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 0;
}
.history-section .owl-theme .owl-nav [class*='owl-'] {
    background: #ecbc50;
    color: #ffffff;
    margin: 0;
}


/*--------------------------------
    17. Account CSS Start
----------------------------------*/
.account-area {
    padding: 100px 0;
}
.account-area .tab-content {
    padding: 20px;
    border: 1px solid #dddddd;
    border-top: none;
}
.nav-tabs .nav-item {
    float:none;
    display:block;
}
.nav-link {
    text-align:center;
}
.account-area .nav-tabs .nav-link.active {
    border-radius: 0;
}
.account-area .nav-tabs .nav-link {
    color: #ecbc50;
}
.account-area .form-check {
    margin-bottom: 20px;
}


/*--------------------------------
    18. FAQ CSS Start
----------------------------------*/
.faq-area {
    padding: 100px 0;
}
.panel-heading .accordion-toggle:after {
    content: "\f106";
    font-family: FontAwesome;
    float: right;
    font-size: 20px;
    color: #ffffff;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
}
.faq-col h1 {
    margin-bottom: 30px;
}
.faq-col .panel-title {
    font-size: 18px;
    background: #ecbc50;
    color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 0;
}
.faq-col .panel-title a {
    color: #ffffff;
}
.faq-col .panel-body {
    margin-bottom: 0;
    padding: 20px 15px;
}
.faq-col .panel.panel-default {
    margin-bottom: 10px;
}





/*--------------------------------
    19. Error CSS Start
----------------------------------*/
.error-area {
    padding: 100px 0 70px;
}
.error-col {
    margin-bottom: 30px;
    text-align: center;
}
.error-col h1 {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    margin-bottom: 50px;
}
.error-col h1 span {
    font-size: 60px;
    color: #ecbc50;
}
.error-col img {
    width: 100%;
    margin: 0 auto;
}
.error-col h4 {
    margin-top: 30px;
    margin-bottom: 0;
}
.error-col h4 a {
    color: #111111;
}
.error-col h4 a:hover {
    color: #ecbc50;
    text-decoration: underline;
}



/*--------------------------------
    20. PricingTable CSS Start
----------------------------------*/
.pricing-field {
    padding: 100px 0 70px;
}
.pricingTable{
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    background: #f4f4f4;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pricingTable:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pricingTable .title{
    font-size: 30px;
    font-weight: 700;
    color: #898384;
    text-transform: uppercase;
    padding: 40px 0 40px 0;
    margin-bottom: 0;
    background: #f4f4f4;
}
.pricingTable .price-value{
    padding: 20px 0;
    background: #ecbc50;
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
}
.pricingTable .pricing-content li{
    font-size: 15px;
    color: #898384;
    line-height: 40px;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    margin: 20px 0 50px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: #ecbc50;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover {
    background: #333333;
}




/*--------------------------------
    21. Contact CSS Start
----------------------------------*/
.contact-area {
    padding: 100px 0 50px;
}
.contact-col {
    margin-bottom: 50px;
    text-align: center;
}
.contact-infobox {
    padding: 30px 30px;
    border: 1px solid #dddddd;
    border-top: none;
    border-bottom: none;
}
.contact-infobox i {
    color: #ecbc50;
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.contact-form-row .contact-col {
    margin-bottom: 0;
    height: 45px;
}
.contact-form-row .contact-col .form-control {
    height: 50px;
    border-radius: 5px;
}
.contact-form-row .contact-col .btn:hover {
    background: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; 
}
.contact-textarea {
    height: 100% !important;
}
.contact-col .btn {
    background: #ecbc50;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 0;
    cursor: pointer;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.contact-col .btn:hover {
    background: #111111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}




/*--------------------------------
    22. Footer CSS Start
----------------------------------*/
.main-footer {
    background: #111111;
    padding: 70px 0 10px;
    background: url(../images/bg/4.jpg);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.main-footer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute; 
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(12, 26, 42, 0.87);
}
.footer-col {
    padding-bottom: 30px;
	
}
.ft-w {
    width: 70%;
}
.footer-col img {
    margin-bottom: 0px;
    width: auto;
    height: 60px;
}
.footer-col h3 {
    color: #ecbc50;
    margin-bottom: 40px;
	text-transform: none;
}
.footer-col h3 span {
    color: #ecbc50;
}
.footer-col p {
    color: #ffffff;
}
.footer-col a { color: #fff;}
.footer-col .top-para {
    margin-bottom: 20px;
}
.footer-col ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #46596fb3;
}
.footer-col ul li:last-child {
    border-bottom: none;
}
.footer-col ul li a {
    display: block;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-col ul li a:hover {
    color: #ecbc50;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-box {
    margin-bottom: 20px;
    position: relative;
    padding-left: 85px;
}
.footer-col .post-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}
.post-box p {
    z-index: 1;
    line-height: 24px;
}
.post-box p a {
    color: #ecbc50;
}
.address-col ul {
    margin-top: 20px;
}
.address-col ul li {
    border-bottom: none;
    color: #ffffff;
}
.address-col ul li i {
    width: 25px;
}

/* Footer Two CSS */
.main-footer-two {
    
}
.tags-col ul li {
    display: inline-block;
    border: 1px solid #1d344d;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background-color: #112b4780;
}
.tags-col ul li:last-child {
   /* border-bottom: 1px solid #717171;*/
}
.tags-col ul li:hover {
    background: #ecbc50;
    border-color: #ecbc50;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tags-col ul li a:hover {
    color: #ffffff !important;
}
.quick-contact-col .form-control {
    margin-bottom: 0px;
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}
.quick-contact-col .form-group {
    margin-bottom: 5px;
}
.quick-contact-col .footer-btn {
    margin-top: 5px;
}



/*--------------------------------
    23. Copyright CSS Start
----------------------------------*/
.copyright-bar {
    padding: 20px 0;
    background: #17213c;
border-top: 1px solid #3c4653;
	
}
.footer-sociai-group {
    margin-bottom: 10px;
}
.footer-sociai-group a i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    color: #ffffff;
    background: rgba(27, 27, 27, 0.75);
    text-align: center;
    line-height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-sociai-group a i:hover {
    color: #ffffff;
    background: #ecbc50;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.copyright-col p {
    color: #bdbcbc;
}
.copyright-col p a {
    color: #ecbc50;
}





/*--------------------------------
    24. Demo Page CSS Start
----------------------------------*/
.demo-page-header {
    padding: 200px 0;
    background: #111111;
    background-image: url(../images/demo/1.jpg);
    background-position: center;
    background-size: cover;
}
.demo-page-features {
    padding: 100px 0 70px;
    background: #f5f5f5;
}
.demo-page-features h2 {
    font-size: 45px;
    display: inline-block;
    border-bottom: 3px solid #ecbc50;
    margin-bottom: 60px;
    line-height: 1;
    padding-bottom: 10px;
}
.demo-page-features-col {
    margin-bottom: 30px;
    text-align: center;
}
.demo-page-features-col h4 {
    font-size: 18px;
    padding: 20px 20px;
    background: #e4e4e4; 
    border-top: 2px solid #ecbc50;
}
.demo-content-area {
    padding: 100px 0 100px;
}
.demo-content-col {
    margin-bottom: 50px;
    text-align: center;
}
.demo-content-col h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #111111;
}
.demo-content-col h2 a {
    color: #111111;
}
.header-content {
    text-align: center;
}
.header-content h1 {
    color: #ffffff;
    margin-bottom: 30px;
}
.header-content h1 span {
    color: #ecbc50;
    font-size: 50px;
}
.header-content .btn {
    font-style: 16px;
    background: #ecbc50;
    border: none;
    padding: 18px 40px;
    color: #ffffff;
    text-transform: uppercase;
}
.demo-content-area {
    padding: 150px 0 100px;
}
.demo-content-col {
    margin-bottom: 50px;
    text-align: center;
}
.demo-content-col h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #111111;
}
.demo-content-col h2 a {
    color: #111111;
}
.demo-content-col ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}
.demo-content-col ul li a {
    font-weight: bold;
    color: #777777;
    text-transform: uppercase;
}
.pages-col {
    text-align: center;
}
.pages-col h1 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #cccccc;
}

/****************/

.fa-3 { font-size: 3em;}
.test-image h4 { font-size:1.3rem; }


 /*****************************/



/**********************************/
address a:not(.btn) {
    color: #dbebf4;
}

.ht-section-title-one h2 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 1em;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-90 {
    padding-bottom: 50px;
}
.pt-120 {
    padding-top: 80px;
}
.ht-service-one {
  position: relative;
  overflow: hidden;
  /*-- Image --*/
  /*-- Content*/ }
  .ht-service-one img {
    width: 100%; }
  .ht-service-one .content {
    position: absolute;
    background-color: #1a3255cc;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -67px;
    padding: 20px 27px;
    height: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; }
    .ht-service-one .content .wrap {
      position: relative;
      padding-left: 50px;
      -webkit-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      /*-- Icon --*/
      /*-- Text --*/ }
      .ht-service-one .content .wrap .icon {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 34px; }
        .ht-service-one .content .wrap .icon img {
          width: 100%; }
      .ht-service-one .content .wrap .text {
        overflow: hidden;
        position: relative;
        padding-left: 17px; }
        .ht-service-one .content .wrap .text::before {
          position: absolute;
          left: 0;
          top: 0;
          content: "";
          width: 1px;
          height: 27px;
          background-color: #ffffff; }
        .ht-service-one .content .wrap .text h4 {
          color: #ffffff;
          margin: 0;
          line-height: 27px;
          font-size: 18px;
          font-weight: 500; }
          @media only screen and (min-width: 992px) and (max-width: 1200px) {
            .ht-service-one .content .wrap .text h4 {
              font-size: 15px; }
			  
			  .slide-caption {   top: 70%; left: 50%;  color: #fff;  width: 70%;}
}
/***************/
          @media only screen and (max-width: 479px) {
            .ht-service-one .content .wrap .text h4 {
              font-size: 14px; } }
          .ht-service-one .content .wrap .text h4 a {
            display: block; }
            .ht-service-one .content .wrap .text h4 a:hover {
              color: #ffffff; }
        .ht-service-one .content .wrap .text p {
          color: #ffffff;
          font-family: "Poppins", sans-serif;
          line-height: 23px;
          margin-top: 15px;
          margin-bottom: 0;
          opacity: 0;
          -webkit-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s; }
          @media only screen and (max-width: 479px) {
            .ht-service-one .content .wrap .text p {
              margin-top: 10px; } }
        .ht-service-one .content .wrap .text .read-more {
          color: #ffffff;
          font-family: "Poppins", sans-serif;
          line-height: 22px;
          margin-top: 15px;
          text-transform: capitalize;
          position: relative;
          opacity: 0;
          -webkit-transition: all 0.4s ease 0s;
          -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s; }
          .ht-service-one .content .wrap .text .read-more::before {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
            background-color: #ffffff;
            height: 1px;
            width: 20px;
            -webkit-transition: width 0.3s ease 0s;
            -o-transition: width 0.3s ease 0s;
            transition: width 0.3s ease 0s; }
          @media only screen and (max-width: 479px) {
            .ht-service-one .content .wrap .text .read-more {
              margin-top: 10px; } }
          .ht-service-one .content .wrap .text .read-more:hover::before {
            width: 100%; }
  .ht-service-one:hover {
    /*-- Content --*/ }
    .ht-service-one:hover .content {
      top: 0%;
      margin-top: 0;
      padding: 50px 27px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .ht-service-one:hover .content {
          padding: 18px 27px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .ht-service-one:hover .content {
          padding: 30px 27px; } }
      @media only screen and (max-width: 479px) {
        .ht-service-one:hover .content {
          padding: 20px 27px; } }
      .ht-service-one:hover .content .wrap {
        /*-- Text --*/ }
        .ht-service-one:hover .content .wrap .text p {
          opacity: 1; }
        .ht-service-one:hover .content .wrap .text a {
          opacity: 1; }

 /*****************************/
.ht-section-title-one > h4 {font-family: "DroidNaskh",Helvetica,Arial,sans-serif; font-size: 2rem; font-style: italic; color: #278BE8; text-transform:capitalize;}
.ht-service-one ul {padding-left:0;}
.ht-service-one li {list-style: none;font-size: 1.1em;}
.bg-light-grey {  background-color: #fff;}
.ht-section-title-one.col-12.mb-70 h2 {
    margin-left: 3%;
}
/***********/
.copyright-bar img {
    max-width: 90px;
}

.addthis_inline_share_toolbox {
    margin: 40px 0 10px 0;
    width: 100%;
}
.share {

    display: block;
    margin: 20px 0 10px 0;
	clear: both;

}

/******** events ********/

.events-list {
    color: #5e7282;
   /* font-family: "leelawad",Arial,Helvetica,sans-serif;*/
    font-size: 1em;
    width: 100%;
}
.events-list tr td {
    padding: 5px 20px 5px 0px;
}
.events-list tr td:last-child {
    padding: 5px 0;
    text-align: left;
}
.events-list tr:hover .event-date {
    border-right: 5px solid #c94e2f;
    color: #c94e2f;
}
.events-list tr:hover {
	background-color:#F0F9FC;
}
.events-list tr:hover .event-day {
    color: #c94e2f;
    cursor: default;
}
.events-list .event-date {
    border-right: 5px solid #cfcfcf;
    margin: 3px 0;
    padding: 2px 10px;
    transition: all 0.25s linear 0s;
}
.events-list .event-day {
    color: #28a3d3;
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
}
.events-list .event-date .event-month {
    color: #668a98;
    font-family: leelawad;
    font-size: 1.05em;
    font-weight: 400;
    text-align: center;
}
.events-list .event-date .event-venue, .events-list .event-date .event-price {
    white-space: nowrap;
}

.events-list .event-day {
    color: #51a0cb;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 2em;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}


/************* background video ************************/
.view {
    position: relative;
    overflow: hidden;
    cursor: default;
	height:730px;
	/*background-color: #000921;*/
    z-index: -10;

}
.view video.video-intro {
    z-index: -100;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    min-width: 100%;
   /* min-height: 100%;*/
    width: auto;
    height: auto;
	opacity: 0.8;
}

.view video {
    position: relative;
    display: block;
}

.video-intro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 33, 71, 0.8);
}

/****************** High cONTRAST Black and White  *******************************/

body.highcontrast, body.highcontrast #header_wrapper, body.highcontrast .course-area, body.highcontrast2 .counter-section, body.highcontrast2 .main-herader .navbar, body.highcontrast .overview_news, 
body.highcontrast .news_item_right {  background-color: #000; color: #fff;}
body.highcontrast .navbar-default, body.highcontrast .navbar-inverse, body.highcontrast .navbar-inverse .navbar-nav > li > a, body.highcontrast .top-para {
    background-color: #000; color: #fff;}
body.highcontrast .navbar-inverse .navbar-nav > li > a:hover, body.highcontrast .navbar-inverse .navbar-nav > li > a:focus
{ background-color: #000; color: #fff;}
body.highcontrast .service, body.highcontrast #service, body.highcontrast #about, body.highcontrast .footer_wrapper{color: #fff; background-color: #000;}

body.highcontrast .col-sm-4.sm-margin-b-2 {color: #8bfffb; background-color: #000; border: 1px solid #fff;}
body.highcontrast a { color: #000; text-decoration: none;}
body.highcontrast h2, body.highcontrast h3,  body.highcontrast .news_item_right h2 a,  body.highcontrast .news_item_right h4 { color: #fff;}
body.highcontrast .footer-col ul li a:hover { color: #fff;}

body.highcontrast .title-icon i, body.highcontrast .about-col h5,  body.highcontrast .features-col h4 {color: #fff; font-weight:600; }
body.highcontrast .slide-caption__title, body.highcontrast .slide-caption__desc, body.highcontrast .video-col h2, body.highcontrast .title-style h2 {color: #fff;}
body.highcontrast a.demo { background-color:Transparent !important;}
body.highcontrast .overlay-black:before, body.highcontrast .main-footer:before, body.highcontrast .slide__item:before   { background-color: #101212cc;}
body.highcontrast .title-icon:before, body.highcontrast .title-icon:after, body.highcontrast .copyright-bar { background: #000 !important;}
body.highcontrast .features-area .title-style h2, body.highcontrast .blog-section .title-style h2, body.highcontrast .test-item p  {color: #fff;}
body.highcontrast .my-btn { background: #000; color: #fff;}
body.highcontrast .test-item { background: rgba(9, 9, 9, 0.73);}
body.highcontrast h1 a, body.highcontrast h2 a, body.highcontrast h3 a, body.highcontrast h4 a, body.highcontrast h5 a, body.highcontrast h6 a { color: #000; text-decoration:none;}
body.highcontrast .main-herader .dropdown-menu .dropdown-item:hover {color: #000; background-color: #fff;}
body.highcontrast .test-item span, body.highcontrast .copyright-col p, body.highcontrast .footer-col ul li a { color: #fff;}
body.highcontrast .tags-col ul li:hover, body.highcontrast.tags-col ul li a { background-color: #000;}
body.highcontrast .overview_news_items, body.highcontrast .overview_news_items_pannel {background: #000; color: #fff;}

 body.highcontrast h2 a { text-decoration: none !important; }

/****************** High cONTRAST Black and Yellow  *******************************/

body.highcontrast2, body.highcontrast2 #header_wrapper, body.highcontrast2 .course-area, body.highcontrast2 .counter-section, body.highcontrast2 .main-herader .navbar, body.highcontrast2 .overview_news,
body.highcontrast2 .news_item_right { background-color: #000;  color: #ff0;}
body.highcontrast2 .navbar-default, body.highcontrast2 .navbar-inverse, body.highcontrast2 .navbar-inverse .navbar-nav > li > a, body.highcontrast2 .top-para {
    background-color: #000; color: #ffff00;}
body.highcontrast2 .navbar-inverse .navbar-nav > li > a:hover, body.highcontrast2 .navbar-inverse .navbar-nav > li > a:focus
{ background-color: #000; color: #ffff00;}
body.highcontrast2 .service, body.highcontrast2 #service, body.highcontrast2 #about, body.highcontrast2 .footer_wrapper, body.highcontrast2 .footer_bottom, body.highcontrast2 .footer_bottom span
{color: #ffff00; background-color: #000;}

body.highcontrast2 .col-sm-4.sm-margin-b-2 {color: #8bfffb; background-color: #000; border: 1px solid #ffff00;}
body.highcontrast2 a { color: #000; text-decoration: none;}
body.highcontrast2 h2, body.highcontrast2 .news_item_right h4 { color: #000;}

body.highcontrast2 .main-herader-two .navbar-expand-md .navbar-nav .nav-link { color: #ffff00; }
body.highcontrast2 .main-herader-two .navbar-expand-md .navbar-nav .nav-link:focus, body.highcontrast2 .main-herader-two .navbar-expand-md .navbar-nav .nav-link:hover { color: #ffff00; background-color: #000;  }
body.highcontrast2 .footer-col ul li a:hover, body.highcontrast2 .scrollup, body.highcontrast2 .footer-col ul li { color: #ffff00; background-color: #000; }

body.highcontrast2 .title-icon i, body.highcontrast2 .about-col h5,  body.highcontrast2 .features-col h4 {color: #ff0; font-weight:600; }
body.highcontrast2 .slide-caption__title, body.highcontrast2 .slide-caption__desc, body.highcontrast2 .video-col h2, body.highcontrast2 .title-style h2 {color: #ff0;}
body.highcontrast2 a.demo { background-color:Transparent !important;}
body.highcontrast2 .overlay-black:before, body.highcontrast2 .main-footer:before, body.highcontrast2 .slide__item:before   { background-color: #101212cc;}
body.highcontrast2 .title-icon:before, body.highcontrast2 .title-icon:after, body.highcontrast2 .copyright-bar { background: #000 !important;}
body.highcontrast2 .features-area .title-style h2, body.highcontrast2 .blog-section .title-style h2, body.highcontrast2 .test-item p  {color: #ff0;}
body.highcontrast2 .my-btn { background: #000; color: #ff0;}
body.highcontrast2 .test-item { background: rgba(9, 9, 9, 0.73);}
body.highcontrast2 h1 a, body.highcontrast2 h2 a, body.highcontrast2 h3 a, body.highcontrast2 h4 a, body.highcontrast2 h5 a, body.highcontrast2 h6 a { color: #000;}
body.highcontrast2 .main-herader .dropdown-menu .dropdown-item:hover {color: #000; background-color: #ff0;}
body.highcontrast2 .test-item span, body.highcontrast2 .copyright-col p, body.highcontrast2 .footer-col ul li a { color: #ff0;}
body.highcontrast2 .tags-col ul li:hover, body.highcontrast2.tags-col ul li a { background-color: #000;}
body.highcontrast2 .overview_news_items, body.highcontrast2 .overview_news_items_pannel, body.highcontrast2 .news_item_right h2 a {background: #000; color: #ff0; text-decoration:none;}


/****************** High cONTRAST Yellow and Black *******************************/

body.highcontrast3, body.highcontrast3 #header_wrapper, body.highcontrast3 .course-area, body.highcontrast3 .counter-section, body.highcontrast3 .main-herader .navbar, body.highcontrast3 .overview_news,
body.highcontrast3 .news_item_right { background-color: #ffff00;  color: #000000;}
body.highcontrast3 .navbar-default, body.highcontrast3 .navbar-inverse, body.highcontrast3 .navbar-inverse .navbar-nav > li > a, body.highcontrast3 h4, body.highcontrast3 h2, body.highcontrast3 .top-para
body.highcontrast3 .footer-col ul li a, body.highcontrast3 .footer-col h3,  body.highcontrast3 .slide-caption__desc { background-color: #ffff00;  color: #000000;}
body.highcontrast3 .navbar-inverse .navbar-nav > li > a:hover, body.highcontrast3 .navbar-inverse .navbar-nav > li > a:focus
{ background-color: #ffff00;  color: #000000;}
body.highcontrast3 .service, body.highcontrast3 #service, body.highcontrast3 #about, body.highcontrast3 .footer_wrapper, body.highcontrast3 .footer_bottom, body.highcontrast3 .footer_bottom span
{background-color: #ffff00;  color: #000000;}

body.highcontrast3 .col-sm-4.sm-margin-b-2 {background-color: #ffff00;  color: #000000; border: 1px solid #ffff00;}
body.highcontrast3 a { background-color: #ffff00;  color: #000000; text-decoration: none;}
body.highcontrast3 h2,  body.highcontrast3 .news_item_right h2 a,  body.highcontrast3 .news_item_right h4 { color: #000; }

body.highcontrast3 .main-herader-two .navbar-expand-md .navbar-nav .nav-link { color: #000; }
body.highcontrast3 .main-herader-two .navbar-expand-md .navbar-nav .nav-link:focus, body.highcontrast3 .main-herader-two .navbar-expand-md .navbar-nav .nav-link:hover { color: #ffff00;  background-color: #000000; }
body.highcontrast3 .footer-col ul li a:hover { color: #000 !import;}
body.highcontrast3 .footer-col ul li a, body.highcontrast3 .tags-col ul li, body.highcontrast3 .overview_news_items, body.highcontrast3 .top-para {color: #000; font-weight:600; background-color:#ff0;}
body.highcontrast3 .title-icon i, body.highcontrast3 .about-col h5,  body.highcontrast3 .features-col h4 {color: #000; font-weight:600; }
body.highcontrast3 .slide-caption__title, body.highcontrast3 .slide-caption__desc, body.highcontrast3 .video-col h2, body.highcontrast3 .title-style h2 {color: #000;}
body.highcontrast3 a.demo { background-color:Transparent !important;}
body.highcontrast3 .overlay-black:before, body.highcontrast3 .main-footer:before, body.highcontrast3 .slide__item:before   { background-color: #253136cc;}
body.highcontrast3 .title-icon:before, body.highcontrast3 .title-icon:after, body.highcontrast3 .copyright-bar { background: #ff0 !important;}
body.highcontrast3 .features-area .title-style h2, body.highcontrast3 .blog-section .title-style h2, body.highcontrast3 .test-item p  {color: #000;}
body.highcontrast3 .my-btn { background: #ff0; color: #000;}
body.highcontrast3 .test-item { background: rgba(255, 255, 0, 0.85);}
body.highcontrast3 h1 a, body.highcontrast3 h2 a, body.highcontrast3 h3 a, body.highcontrast3 h4 a, body.highcontrast3 h5 a, body.highcontrast3 h6 a { color: #000;}
body.highcontrast3 .main-herader .dropdown-menu .dropdown-item:hover {color: #ff0;}
body.highcontrast3 .test-item span, body.highcontrast3 .copyright-col p { color: #000;}
body.highcontrast3 .overview_news_items, body.highcontrast3 .overview_news_items_pannel {color: #000; background-color: #ff0;}

/****************** Night Mode *******************************/

body.night, body.night #header_wrapper, body.night .course-area, body.night .counter-section, body.night .main-herader .navbar, body.night .overview_news, body.night .news_item_right { background-color: #ccc;  color: #000000;}
body.night .navbar-default, body.night .navbar-inverse, body.night .navbar-inverse .navbar-nav > li > a {
    background-color: #ccc;  color: #000000;}
body.night .navbar-inverse .navbar-nav > li > a:hover, body.night .navbar-inverse .navbar-nav > li > a:focus
{ background-color: #ccc;  color: #000000;}
body.night .service, body.night #service, body.night #about{background-color: #c2c2c2;  color: #000000;}
 body.night .footer_wrapper, body.night .footer_bottom span,body.night .footer_bottom , body.night .overview_news_items {background-color: #b5b8ba;  color: #000000;}
body.night .col-sm-4.sm-margin-b-2{background-color: #ccc;  color: #000000; }
body.night a { background-color: #ccc;  color: #000000; text-decoration: none;}
body.night h2, body.night h2,  body.night .news_item_right h2 a,  body.night .news_item_right h4 { color: #000; }

body.night .main-herader-two .navbar-expand-md .navbar-nav .nav-link { color: #000; }
body.night .main-herader-two .navbar-expand-md .navbar-nav .nav-link:focus, body.night .main-herader-two .navbar-expand-md .navbar-nav .nav-link:hover { background-color: #ccc;  color: #000000;  }
body.night .footer-col ul li a:hover { color: #000;}
body.night .footer-col ul li a, body.night .tags-col ul li {color: #000; font-weight:600; background-color:#ccc;}
body.night .title-icon i, body.night .about-col h5,  body.night .features-col h4 {color: #000; font-weight:600; }
body.night .slide-caption__title, body.night .slide-caption__desc, body.night .video-col h2, body.night .title-style h2 {color: #fff;}
body.night a.demo { background-color:Transparent !important;}
body.night .overlay-black:before, body.night .main-footer:before, body.night .slide__item:before   { background-color: #3f535ce6;}
body.night .title-icon:before, body.night .title-icon:after, body.night .copyright-bar { background: #000;}
body.night .features-area .title-style h2, body.night .blog-section .title-style h2  {color: #000;}
body.night .my-btn { background: #000;}
body.night .test-item { background: rgba(33, 33, 35, 0.8);}


/***********************************************/

#jm-top-bar {
    padding: 5px;
    line-height: 20px;
	font-size: 0.8em;   
}

/************************/
.hide {
    display: none !important;
}
.btn.search {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  background-color: transparent;
color: #fff;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn.search:focus, .btn.search:active {
    outline: 0;
    box-shadow: none;
	 background-color: #d7a947;
}
.top-links { display: inline-flex;}

.top-links li a { color:#fff; font-size: 1em;}
.popover .btn.btn-primary { font-size: 0.9em;}

.popover.bs-popover-auto[x-placement^="bottom"], .popover.bs-popover-bottom {
    z-index: 9999;
}

/***************************************/

 @media screen and (max-width: 1300px) {
.main-herader .navbar-expand-md .navbar-nav .nav-link {  padding: 25px 5px 5px 5px;}
.main-herader-two .navbar-expand-md .navbar-nav .nav-link { font-size: 1em; font-weight: 600;}
.main-herader .dropdown-menu .dropdown-item { font-size: 0.8em;}
.slide-caption {   top: 60%; left: 50%;  color: #fff;  width: 70%;}
 }
  @media screen and (max-width: 1200px) {
.main-herader .navbar-expand-md .navbar-nav .nav-link {  padding: 25px 5px 5px 5px;}
.main-herader-two .navbar-expand-md .navbar-nav .nav-link { font-size: 1em; font-weight: 600;}
.main-herader .dropdown-menu .dropdown-item { font-size: 0.8em;}
.slide-caption {   top: 60%; left: 50%;  color: #fff;  width: 70%;}
 }

/********************/

.crop {
    
    height: 240px;
    overflow: hidden;
}
.my-btn {
    background: #D7A93F;
    color: #ffffff;
    font-size: 12pt;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    border: none !important;
    clear: both;
   
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    z-index: 2;
}

/*******************/

address {
    display: block;
    color: #dbebf4;
}

#news_items img {
    width: 120px;
}
/*****************/
.container2 {  max-width: 97%;}
.styled-pagination {
    margin: 40px auto;
}

/********************/

.blog-page-body{background:#f1f1f1;}
.blog-posts-container{position:relative;}
.default-blog-post{position:relative;}
.default-blog-post .inner-box{position:relative;border:1px solid #e0e0e0;margin:0 auto;background:#ffffff;transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;}
.default-blog-post .inner-box:hover{-webkit-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);-ms-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);-o-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);-moz-box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);box-shadow:0px 0px 7px 5px rgba(0,0,0,0.05);}
.default-blog-post .inner-most{position:relative;overflow:hidden;}
.default-blog-post .image-box{position:relative;}
.default-blog-post .image-box img{display:block;width:100%;}
.default-blog-post .lower-part{position:relative;padding-top:20px;padding-bottom:10px;margin-top:-20px;}
.default-blog-post .lower-part .left-curve{position:absolute;left:0px;top:-30px;width:52%;height:90px;background:#ffffff;border-top:7px solid #f1f1f1;-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);-o-transform:rotate(-12deg);-moz-transform:rotate(-12deg);transform:rotate(-12deg);transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;}
.default-blog-post .lower-part .right-curve{position:absolute;right:0px;top:-30px;width:52%;height:90px;background:#ffffff;border-top:7px solid #f1f1f1;-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);-o-transform:rotate(12deg);-moz-transform:rotate(12deg);transform:rotate(12deg);transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;}
.default-blog-post:hover .lower-part .left-curve, .default-blog-post:hover .lower-part .right-curve{border-top-color:#dda930;}
.two-column .default-blog-post .lower-part .left-curve, .two-column .default-blog-post .lower-part .right-curve{top:-10px;}
.default-blog-post .content{position:relative;padding:30px 40px 30px;z-index:1;}
.two-column .default-blog-post .content{padding:20px 30px 20px;}
.default-blog-post .content h3{position:relative;font-size:1.25em;margin-bottom:2px;color:#082547;font-weight:600;padding-bottom:10px;}
.blog-posts-container.two-column .default-blog-post .content h3{font-size:20px;}
.default-blog-post .content .author-info{color:#082547;text-transform:uppercase;margin-bottom:20px;font-size:12px;}
.two-column .default-blog-post .content .author-info{margin-bottom:10px;}
.default-blog-post .content h3 a, .default-blog-post .content .author-info a{color:#082547;}
.default-blog-post .content h3 a:hover, .default-blog-post .content .author-info a:hover{color:#dda930;}
.default-blog-post .content .text{position:relative;font-size:16px;line-height:30px;margin-bottom:30px;color:#8e8e8e;}
.default-blog-post .content .more-link{position:relative;}
.default-blog-post .content .read-more{position:relative;display:inline-block;line-height:20px;font-weight:700;font-size:14px;font-family:'Poppins', sans-serif;text-transform:uppercase;border-bottom:1px solid transparent;color:#082547;transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;}
.default-blog-post .content .read-more:hover{color:#dda930;border-color:#dda930;}
.default-blog-post .date-box{position:absolute;margin-left:-30px;width:80px;height:60px;padding:12px 5px 5px;text-align:center;color:#ffffff;background:#dda930;font-size:12px;font-weight:700;line-height:20px;font-family:'Poppins', sans-serif;text-transform:uppercase;left:95%;top:-40px;}
.two-column .default-blog-post .date-box{top:-55px;}
.default-blog-post .date-box .day{font-size:24px;}
.blog-details .content .text{font-size:14px;}
.blog-details .content .text p{margin-bottom:20px;}
.blog-details .content .text p:last-child{margin-bottom:0px;}
.blog-details blockquote{border-left:6px solid #dda930;padding:15px 20px;background:#ffffff;font-size:14px;}
.blog-details .post-info{position:relative;border-top:1px solid #e0e0e0;}
.blog-details .post-info li{display:inline-block;padding:10px 25px;line-height:24px;text-transform:uppercase;color: #416f8e;font-size: 1em;border-right:1px solid #e0e0e0;}
.blog-details .post-info li:last-child{border:none;}
.blog-details .post-info li .icon{line-height:24px;font-size:16px;padding-right:5px;}
.blog-details .post-info li a{color:#8e8e8e;}
.blog-details .post-info li strong{padding-right:5px;font-family:'Poppins', sans-serif;}
.styled-pagination{position:relative;font-family:'Poppins', sans-serif;}
.styled-pagination li{position:relative;display:inline-block;margin:0px 3px 10px 0px;}
.styled-pagination li a{position:relative;display:block;line-height:24px;padding:6px 5px 4px;font-size:16px;font-weight:700;text-transform:uppercase;min-width:40px;border:2px solid rgba(0,0,0,0);background:#ffffff;color:#1a1a1a;text-align:center;border-radius:3px;transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;}
.styled-pagination li a .fa{line-height:24px;}
.styled-pagination li a:hover, .styled-pagination li a.active{color:#dda930;border-color:#dda930;}
.sidebar-page-container{position:relative;padding:40px 0px 100px;background-color:#f2f2f2;}
.single-project .upper-part .info-box ul{position:relative;z-index:5;}
.single-project .upper-part .info-box ul li{margin-bottom:10px;line-height:24px;color:#9fb0b4;font-size:14px;}
.single-project .upper-part .info-box ul li strong{display:block;float:left;width:40%;font-size:14px;text-transform:uppercase;color:#ffffff;font-weight:700;font-family:'Poppins', sans-serif;}
.single-project .upper-part .info-box ul li .data{display:block;float:left;width:60%;}
.single-project .upper-part .lower-box{position:relative;}
.single-project .upper-part .lower-box .related-thumbs{position:relative;}
.single-project .upper-part .lower-box .related-thumbs .thumb{float:left;margin-right:15px;margin-bottom:20px;}
.single-project .upper-part .lower-box .related-thumbs .thumb img{display:block;max-width:100%;}
.single-project .text-column h3{font-size:20px;font-weight:700;text-transform:uppercase;margin-bottom:10px;color:#082547;}
.single-project .text-column p{margin-bottom:20px;}
.sidebar-page-container{position:relative;padding:40px 0px 100px;background-color:#f2f2f2;}
.sidebar-widget{position:relative;background:#ffffff;margin-bottom:30px;}
.sidebar-title{position:relative;padding:0px 25px 20px 0px;border-bottom:1px solid #e0e0e0;}
.sidebar-title:before{content:'';position:absolute;left:25px;bottom:-1px;width:150px;}
.sidebar-title h3{font-size:18px;text-transform:uppercase;color:#082547;font-weight:700;line-height:26px;padding:20px 0px 0px 20px;}
.sidebar-widget hr{margin:10px 0px 15px;}
.sidebar-widget .widget-inner{position:relative;padding:25px 20px;background:#ffffff;display:block;overflow:hidden;}
.sidebar .search-widget{position:relative;}
.sidebar .search-widget .form-group{position:relative;margin:0px;}
.sidebar .search-widget .form-group input[type="text"], .sidebar .search-widget .form-group input[type="search"]{display:inline-block;width:97%;line-height:24px;padding:10px 50px 10px 15px;border:1px solid #f1f1f1;font-size:13px;background:#f3f3f3;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease;float:left;margin-right:10px;}
.sidebar .search-widget .form-group input[type="text"]:focus, .sidebar .search-widget .form-group input[type="search"]:focus{border-color:#dda930;}
.sidebar .search-widget .form-group input[type="date"]{display:inline-block;width:90%;line-height:24px;padding:10px 50px 10px 15px;border:1px solid #f1f1f1;font-size:13px;background:#f3f3f3;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease;float:left;margin-right:10px;}
.sidebar .search-widget .form-group label{display:inline-block;width:90%;line-height:2px;padding:10px 50px 10px 15px;border:0px solid #ffffff;font-size:13px;background:#ffffff;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease;float:left;margin-right:10px;}
.sidebar .search-widget .form-group input[type="date"]:focus{border-color:#dda930;}
.sidebar .search-widget .form-group button{position:absolute;right:0px;top:0px;width:50px;height:45px;line-height:42px;text-align:center;font-size:14px;background:#dda930;color:#ffffff;}
.sidebar .links-widget ul{font-family:'Poppins', sans-serif;}
.sidebar .links-widget ul li{position:relative;}
.sidebar .links-widget ul li:before{content:'\f105';font-family:'FontAwesome';position:absolute;left:0px;top:4px;width:15px;line-height:24px;display:block;color:#2b3338;}
.sidebar .links-widget ul li:last-child{border:none;}
.sidebar .links-widget ul li a{position:relative;display:block;line-height:24px;padding:5px 0px 5px 20px;color:#082547;font-size:14px;font-weight:600;text-transform:uppercase;}
.sidebar .links-widget ul li a:hover{color:#dda930;}
.sidebar .news-widget .news-item{position:relative;padding-left:80px;margin-bottom:25px;min-height:65px;}
.sidebar .news-widget .news-item .post-thumb{position:absolute;left:0px;top:0px;width:66px;}
.sidebar .news-widget .news-item .post-thumb:after{content:'';position:absolute;left:0px;bottom:0px;width:66px;}
.sidebar .news-widget .news-item .post-thumb img{display:block;width:100%;}
.sidebar .news-widget .news-item:last-child{margin-bottom:0px;}
.sidebar .news-widget .news-item h4{font-size: 0.9em;font-weight: 500;margin-bottom: 0px;color: #082547;line-height: 18px;max-width: 90%;text-transform: none;}
.sidebar .news-widget .news-item h4 a{color:#082547;}
.sidebar .news-widget .news-item h4 a:hover{color:#dda930;}
.sidebar .news-widget .news-item .time{color:#a4a4a4;font-size:12px;}
.comments-container{position:relative;margin-bottom:50px;background:#ffffff;}
.content-side .sidebar-title h3{font-size:18px;}
.comments-container .inner-box{padding:0px 25px;}
.comments-container .comment-box{position:relative;padding:40px 0px 20px;border-bottom:1px solid #e5e5e5;}
.comments-container .comment-box:last-child{border-bottom:none;}
.comments-container .comment-box .inner{position:relative;padding-left:90px;min-height:80px;font-size:14px;color:#6b6b6b;}
.comments-container .comment-box .inner .image{position:absolute;left:0px;top:0px;width:70px;}
.comments-container .comment-box .inner .image:after{content:'';position:absolute;left:0px;bottom:0px;width:100%;border:35px solid transparent;border-bottom:10px solid #ffffff;}
.comments-container .comment-box .inner .image img{display:block;width:100%;}
.comments-container .comment-box .author-title{font-size:14px;font-weight:700;text-transform:uppercase;color:#082547;font-family:'Poppins', sans-serif;}
.comments-container .comment-box .time{text-transform:capitalize;color:#a4a4a4;font-size:12px;margin-bottom:10px;}
.comments-container .comment-box .text{color:#6d6d6d;margin-bottom:10px;}
.comments-container .comment-box .reply-btn{font-size:14px;font-weight:700;text-transform:uppercase;color:#082547;font-family:'Poppins', sans-serif;}
.comments-form-outer{position:relative;background:#ffffff;}
.comments-form-outer .inner-box{position:relative;padding:25px 25px;}
.comments-form-outer .form-group{position:relative;margin-bottom:22px;}
.comments-form-outer .form-group input[type="text"], .comments-form-outer .form-group input[type="email"], .comments-form-outer .form-group select, .comments-form-outer .form-group textarea{display:block;width:100%;line-height:24px;padding:15px 15px;border:1px solid #e0e0e0;height:56px;font-size:13px;background:#ffffff;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;-moz-transition:all 500ms ease;transition:all 500ms ease;}
.comments-form-outer .form-group input[type="text"]:focus, .comments-form-outer .form-group input[type="email"]:focus, .comments-form-outer .form-group select:focus, .comments-form-outer .form-group textarea:focus{border-color:#dda930;color:#dda930;}
.comments-form-outer .form-group textarea{resize:none;height:150px;}
.comments-form-outer button.theme-btn{font-size:14px;font-weight:700;padding:12px 30px;}

.theme-breadcrumb{position:relative;padding:0px 0px 0px 20px;background-color:#fff;}
.theme-breadcrumb .breadcrumb{background:none;padding-left:0px;}
.theme-breadcrumb .breadcrumb li, .theme-breadcrumb .breadcrumb li a{color:#687d8a;font-size:1em;text-transform:capitalize; display: inline;}
.theme-breadcrumb .breadcrumb li a:hover{color:#bb861d;text-decoration:underline;}
.breadcrumb > li + li::before{padding:0 2px;}

.blog-details .content .text {
    font-size: 14px;
}
.default-blog-post .content .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #8e8e8e;
}

.accommodation {
    display: block;
    float: none;
    clear: both;
}

.accommodation img {
    display: inline-flex !important;
    float: left !important;
}